[INFO] fetching crate lellm-mcp 0.3.0...
[INFO] fixing lellm-mcp-0.3.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate lellm-mcp 0.3.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate lellm-mcp 0.3.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate lellm-mcp 0.3.0
[INFO] tweaked toml for crates.io crate lellm-mcp 0.3.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate lellm-mcp 0.3.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate lellm-mcp 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded lellm-core v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e10803436ab42cd76ebebca04c9f06551e28bd41a7838c4ce3ee6748417d556d
[INFO] running `Command { std: "docker" "start" "e10803436ab42cd76ebebca04c9f06551e28bd41a7838c4ce3ee6748417d556d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e10803436ab42cd76ebebca04c9f06551e28bd41a7838c4ce3ee6748417d556d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e10803436ab42cd76ebebca04c9f06551e28bd41a7838c4ce3ee6748417d556d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e10803436ab42cd76ebebca04c9f06551e28bd41a7838c4ce3ee6748417d556d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking ref-cast v1.0.25
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking lellm-core v0.3.0
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking lellm-mcp v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `bridge`
[INFO] [stdout]   --> src/lib.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "bridge")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default` and `stdio`
[INFO] [stdout]    = help: consider adding `bridge` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bridge`
[INFO] [stdout]   --> src/lib.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(feature = "bridge")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default` and `stdio`
[INFO] [stdout]    = help: consider adding `bridge` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bridge`
[INFO] [stdout]   --> src/lib.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg(feature = "bridge")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default` and `stdio`
[INFO] [stdout]    = help: consider adding `bridge` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bridge`
[INFO] [stdout]   --> src/lib.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature = "bridge")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default` and `stdio`
[INFO] [stdout]    = help: consider adding `bridge` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bridge`
[INFO] [stdout]   --> src/lib.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "bridge")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default` and `stdio`
[INFO] [stdout]    = help: consider adding `bridge` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bridge`
[INFO] [stdout]   --> src/lib.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(feature = "bridge")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default` and `stdio`
[INFO] [stdout]    = help: consider adding `bridge` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bridge`
[INFO] [stdout]   --> src/lib.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg(feature = "bridge")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default` and `stdio`
[INFO] [stdout]    = help: consider adding `bridge` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bridge`
[INFO] [stdout]   --> src/lib.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(feature = "bridge")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default` and `stdio`
[INFO] [stdout]    = help: consider adding `bridge` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `lellm_mcp::ToolCatalog`
[INFO] [stdout]   --> tests/mcp_integration_tests.rs:13:27
[INFO] [stdout]    |
[INFO] [stdout] 13 | use lellm_mcp::{McpError, ToolCatalog};
[INFO] [stdout]    |                           ^^^^^^^^^^^ no `ToolCatalog` in the root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:22:30
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg(feature = "bridge")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `bridge` feature
[INFO] [stdout] 22 | pub use bridge::{McpCatalog, ToolCatalog};
[INFO] [stdout]    |                              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `McpClient` in `lellm_mcp`
[INFO] [stdout]    --> tests/mcp_integration_tests.rs:139:43
[INFO] [stdout]     |
[INFO] [stdout] 139 |     std::thread::spawn(move || lellm_mcp::McpClient::with_transport(transport))
[INFO] [stdout]     |                                           ^^^^^^^^^ could not find `McpClient` in `lellm_mcp`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:24:17
[INFO] [stdout]     |
[INFO] [stdout]  23 | #[cfg(feature = "bridge")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `bridge` feature
[INFO] [stdout]  24 | pub use client::McpClient;
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `McpCatalog` in `lellm_mcp`
[INFO] [stdout]    --> tests/mcp_integration_tests.rs:358:30
[INFO] [stdout]     |
[INFO] [stdout] 358 |     let catalog = lellm_mcp::McpCatalog::discover(client).await.unwrap();
[INFO] [stdout]     |                              ^^^^^^^^^^ could not find `McpCatalog` in `lellm_mcp`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:22:18
[INFO] [stdout]     |
[INFO] [stdout]  21 | #[cfg(feature = "bridge")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `bridge` feature
[INFO] [stdout]  22 | pub use bridge::{McpCatalog, ToolCatalog};
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `McpCatalog` in `lellm_mcp`
[INFO] [stdout]    --> tests/mcp_integration_tests.rs:390:30
[INFO] [stdout]     |
[INFO] [stdout] 390 |     let catalog = lellm_mcp::McpCatalog::discover(client).await.unwrap();
[INFO] [stdout]     |                              ^^^^^^^^^^ could not find `McpCatalog` in `lellm_mcp`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:22:18
[INFO] [stdout]     |
[INFO] [stdout]  21 | #[cfg(feature = "bridge")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `bridge` feature
[INFO] [stdout]  22 | pub use bridge::{McpCatalog, ToolCatalog};
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `McpCatalog` in `lellm_mcp`
[INFO] [stdout]    --> tests/mcp_integration_tests.rs:414:30
[INFO] [stdout]     |
[INFO] [stdout] 414 |     let catalog = lellm_mcp::McpCatalog::discover(client).await.unwrap();
[INFO] [stdout]     |                              ^^^^^^^^^^ could not find `McpCatalog` in `lellm_mcp`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:22:18
[INFO] [stdout]     |
[INFO] [stdout]  21 | #[cfg(feature = "bridge")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `bridge` feature
[INFO] [stdout]  22 | pub use bridge::{McpCatalog, ToolCatalog};
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `McpCatalog` in `lellm_mcp`
[INFO] [stdout]    --> tests/mcp_integration_tests.rs:437:30
[INFO] [stdout]     |
[INFO] [stdout] 437 |     let catalog = lellm_mcp::McpCatalog::discover(client).await.unwrap();
[INFO] [stdout]     |                              ^^^^^^^^^^ could not find `McpCatalog` in `lellm_mcp`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:22:18
[INFO] [stdout]     |
[INFO] [stdout]  21 | #[cfg(feature = "bridge")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `bridge` feature
[INFO] [stdout]  22 | pub use bridge::{McpCatalog, ToolCatalog};
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `McpCatalog` in `lellm_mcp`
[INFO] [stdout]    --> tests/mcp_integration_tests.rs:461:34
[INFO] [stdout]     |
[INFO] [stdout] 461 |     let mut catalog = lellm_mcp::McpCatalog::discover(client).await.unwrap();
[INFO] [stdout]     |                                  ^^^^^^^^^^ could not find `McpCatalog` in `lellm_mcp`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:22:18
[INFO] [stdout]     |
[INFO] [stdout]  21 | #[cfg(feature = "bridge")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `bridge` feature
[INFO] [stdout]  22 | pub use bridge::{McpCatalog, ToolCatalog};
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `McpCatalog` in `lellm_mcp`
[INFO] [stdout]    --> tests/mcp_integration_tests.rs:478:29
[INFO] [stdout]     |
[INFO] [stdout] 478 |     let result = lellm_mcp::McpCatalog::discover(client).await;
[INFO] [stdout]     |                             ^^^^^^^^^^ could not find `McpCatalog` in `lellm_mcp`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:22:18
[INFO] [stdout]     |
[INFO] [stdout]  21 | #[cfg(feature = "bridge")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `bridge` feature
[INFO] [stdout]  22 | pub use bridge::{McpCatalog, ToolCatalog};
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `McpCatalog` in `lellm_mcp`
[INFO] [stdout]    --> tests/mcp_integration_tests.rs:520:30
[INFO] [stdout]     |
[INFO] [stdout] 520 |     let catalog = lellm_mcp::McpCatalog::discover(client.clone())
[INFO] [stdout]     |                              ^^^^^^^^^^ could not find `McpCatalog` in `lellm_mcp`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:22:18
[INFO] [stdout]     |
[INFO] [stdout]  21 | #[cfg(feature = "bridge")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `bridge` feature
[INFO] [stdout]  22 | pub use bridge::{McpCatalog, ToolCatalog};
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `McpClient` in crate `lellm_mcp`
[INFO] [stdout]    --> tests/mcp_integration_tests.rs:138:58
[INFO] [stdout]     |
[INFO] [stdout] 138 | fn create_client(transport: MockTransport) -> lellm_mcp::McpClient {
[INFO] [stdout]     |                                                          ^^^^^^^^^ not found in `lellm_mcp`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:24:17
[INFO] [stdout]     |
[INFO] [stdout]  23 | #[cfg(feature = "bridge")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `bridge` feature
[INFO] [stdout]  24 | pub use client::McpClient;
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lellm-mcp` (test "mcp_integration_tests") due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "e10803436ab42cd76ebebca04c9f06551e28bd41a7838c4ce3ee6748417d556d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e10803436ab42cd76ebebca04c9f06551e28bd41a7838c4ce3ee6748417d556d", kill_on_drop: false }`
[INFO] [stdout] e10803436ab42cd76ebebca04c9f06551e28bd41a7838c4ce3ee6748417d556d
